Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / Application-Defined Functions
/


MySetTitle

Sets the title bar text for the frame. When creating a frame you must designate a callback function to set or modify the title bar associated with it. For example, this is how you would define your title bar function if you were to name it MySetTitle:

void MySetTitle(JMFrameRef frame, 
Str255 title);
frame
The frame that contains the title bar to be set or changed.
title
The title to display.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help